Submit

Cursor10x

@Alfredo Urdaneta

The Cursor10x MCP is a persistent multi-dimensional memory system for Cursor that enhances AI assistants with conversation context, project history, and code relationships across sessions.
Overview

What is Cursor10x Memory System?

Cursor10x Memory System is a comprehensive memory system designed for Cursor, utilizing the Model Context Protocol (MCP) to enhance AI-powered autonomous systems by providing persistent context awareness and task management capabilities.

How to use Cursor10x Memory System?

To use the Cursor10x Memory System, install the package via npm, set up a Turso database, and configure the system in your Cursor environment. You can then initialize conversations, store messages, and track project milestones through various provided tools.

Key features of Cursor10x Memory System?

  • Persistent context awareness across sessions
  • Multi-dimensional memory types: Short-Term, Long-Term, and Episodic
  • Comprehensive task management with guided implementation
  • Health monitoring and diagnostics for system performance
  • Automatic schema creation for database persistence

Use cases of Cursor10x Memory System?

  1. Enhancing AI assistants with memory capabilities for better context retention.
  2. Managing complex projects by tracking milestones and decisions.
  3. Providing a structured approach to task management in software development.

FAQ from Cursor10x Memory System?

  • What is the Model Context Protocol (MCP)?

MCP is a protocol that allows AI systems to register tools and process requests while maintaining context across interactions.

  • Is the Cursor10x Memory System free to use?

Yes, the system is open-source and available for free on GitHub.

  • What database does the system use?

The system uses Turso for persistent storage, but can also be configured for local development with SQLite.

Server Config

{
  "mcpServers": {
    "cursor10x-mcp": {
      "command": "npx",
      "args": [
        "cursor10x-mcp"
      ],
      "enabled": true,
      "env": {
        "TURSO_DATABASE_URL": "your-turso-database-url",
        "TURSO_AUTH_TOKEN": "your-turso-auth-token"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.